home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00001Series_39_MetalChips.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  1.2 KB  |  21 lines

  1. on mouseUp
  2.   if the hilite of cast "metalchips" = 1 then
  3.     set the visible of sprite 52 to 0
  4.     set the visible of sprite 53 to 0
  5.     set the visible of sprite 50 to 0
  6.     set the visible of sprite 51 to 0
  7.   end if
  8.   if the hilite of cast "metalchips" = 0 then
  9.     if (the hilite of cast "asphalt" = 0) and (the hilite of cast "linoleum" = 0) and (the hilite of cast "terrazzo" = 0) and (the hilite of cast "wood" = 0) and (the hilite of cast "tile" = 0) and (the hilite of cast "extremetemp" = 0) and (the hilite of cast "noisereduction" = 0) and (the hilite of cast "cushionload" = 0) then
  10.       set the visible of sprite 50 to 1
  11.       set the visible of sprite 51 to 1
  12.     end if
  13.   end if
  14.   if the hilite of cast "metalchips" = 0 then
  15.     if (the hilite of cast "linoleum" = 0) and (the hilite of cast "asphalt" = 0) and (the hilite of cast "terrazzo" = 0) and (the hilite of cast "ribbedsteel" = 0) and (the hilite of cast "tile" = 0) and (the hilite of cast "noisereduction" = 0) and (the hilite of cast "floorprotection" = 0) and (the hilite of cast "cushionload" = 0) then
  16.       set the visible of sprite 52 to 1
  17.       set the visible of sprite 53 to 1
  18.     end if
  19.   end if
  20. end
  21.